Construct Time
Command Prototype
dTime = Time.TimeSerial(iHour, iMinute, iSecond)
Command Description
Construct a time based on hour, minute and second
Parameter Description
- Required Parameter
- iHour--The hour of the time to construct
- iMinute--The minute of the time to construct
- iSecond--The second of the time to construct
- return
- dTime--The variable used to save the output of the function call